RDF triple notation

Terms from Artificial Intelligence: humans at the heart of algorithms

Page numbers are for draft copy at present; they will be replaced with correct numbers when final book is formatted. Chapter numbers are correct and will not change now.

RDF is expressed using subject-predicate-object triples, where both the subject and predicate have to be URIs, but the object may also be some form of literal value such as a number or string. This allows one to express statements such as:
<https://alandix.com/academic/> <ex:is_about> "Alan Dix". The abstract triples may be represnted in a number of concrete syntaxes, some more compact, some easier for human or computer processing.

Used on Chap. 17: page 395